/*
    designed by WebTemplateOcean (http://www.webtemplateocean.com) 
    released under Creative Commons Attribution-ShareAlike 3.0 license
*/

* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 30px;
    font: 13px Arial, Helvetica, sans-serif;
    color: #535353;
    background: #32682D;
}

h1, h2 {
    font-weight: normal;
}

h1 {
    padding: 256px 0 0 40px;
    font-style: italic;
    font-size: 50px;
    color: White;
}

h1 a, h1 a:hover {
    color: White;
    text-decoration: none;
}

p {
    padding: 10px 0;
    line-height: 2em;
    text-align: justify;
}

a {
    color: #72A41D;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* page */

#page {
    width: 960px;
    margin: 0 auto;
    background: White url('images/page.gif') repeat-y;
}

/* menu */

#menu {
    height: 60px;
    padding-left: 30px;
    background: #1F221D url(images/menu.jpg) no-repeat top;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
}

#menu ul li a {
    display: block;
    padding: 0 20px;
    font-size: 12px;
    line-height: 60px;
    text-decoration: none;
    color: White;
    text-transform: uppercase;
}

#menu ul li a:hover {
    color: #CFE28D;
    background: url('images/menuover.gif') repeat-x;
}

/* header */

#logo {
    height: 336px;
    background: #040404 url('images/lab profile.jpg') no-repeat;
}

#main {
    padding: 0 40px 0 30px;
    background: url('images/main.jpg') no-repeat top;
}

/* sidebar */

#sidebar {
    float: left;
    padding: 20px 0 15px 0;
    width: 280px;
}

#sidebar h2 {
    padding-left: 15px;
    font-size: 18px;
    line-height: 50px;
    color: White;
    background: #080A08 url('images/sidebarh2.gif') no-repeat;
    text-transform: uppercase;
}

#sidebar p {
    text-align: left;
}

#sidebar ul {
    list-style: none;
    padding: 15px 10px 15px 15px;
}

#sidebar ul li {
    padding: 0;
    line-height: 2.5em;
    background: url('images/li.gif') no-repeat 0px 10px;
}

#sidebar ul li a {
    padding: 0 0 0 20px;
}

#sidebar .box {
    padding: 10px  10px 10px 15px;
}

/* content */

#content {
    float: right;
    width: 570px;
    padding: 28px 0 15px 0;
}

#content h2 {
    color: #080A08;
    font-size: 32px;
    font-style: italic;
}

/* post */

.post {
}

.entry {
    padding: 16px 0 24px 0;
    background: url('images/post.jpg') no-repeat;
}

.postmeta {
    padding: 0;
    font-size: 11px;
    color: #9C9C9C;
}

/* footer */

#footer {
    clear: both;
    color: #769A73;
    background: #32682D;
}

#footer p {
    padding: 5px 40px 0 40px;
    font-size: 11px;
    text-transform: uppercase;
}

#footer a {
    color: White;
}
